'Declaration Public Overloads Function Remove( _
ByVal itemПара ключ/значение для удаления из словаря.As System.Collections.Generic.KeyValuePair(Of String,T) _
) As Boolean
public bool Remove(
System.Collections.Generic.KeyValuePair<string,T> item
)
public: bool Remove(
System.Collections.Generic.KeyValuePair<string,T*>* item
)
public:
bool Remove(
System.Collections.Generic.KeyValuePair<string,T^>^ item
)
Parameters
- item
- Пара ключ/значение для удаления из словаря.
Return Value
True, если пара ключ/значение успешно удалена; в противном случае, false.